home *** CD-ROM | disk | FTP | other *** search
- Item 6362368 17-Dec-87 12:37
-
- From: ROSENSTEIN1 Rosenstein, Larry
-
- To: D0035 Nova Dev, Dev Mktg, Corp Office
-
- cc: MACAPP$ MacApp Interest List
-
- Sub: re MacApp and Tiling
-
- I am not an expert in UPrinting, but I think you can do what you want by
- overriding TStdPrintHhandler.
-
- Take a look at the methods TStdPrintHandler.GetViewedRect and
- TStdPrintHandler.LocatePageInterior. The former specifies what part of the
- view is supposed to appear on a certain page. The latter specifies the topLeft
- corner of the page at which that image should be printed.
-
- By overriding either or both of these, you should be able to achieve the
- desired result.
-
- Larry
-
-
-